IUserVariable.Remove method

Removes a user-defined variable.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
void Remove()
Sub Remove()

Remarks

User variables cannot be deleted using IUserVariable.Remove when Debug or Log methods are used.

Debug methods: ISubsystem.DebugMessage method, ISubsystem.GetCategoryName method, ISubsystem.SetCategoryName method

Usable EtherCAT states

ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP

See also

IUserVariable Interface

IntervalZero.KINGSTAR.Base.Class Namespace